home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
FIX500S.ZIP
/
X2LINES.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-01-01
|
302 b
|
12 lines
@echo off
if not ~%1 == ~ goto fixit
echo.
echo Utility: X2LINES.BAT - Performs special edit using FIX.COM.
echo Purpose: Doubles line spacing in ascii text file.
echo Syntax: X2LINES [d:][path]FILENAME [d:][path][outfile]
echo.
goto end
:fixit
@ echo on
fix \n \n\n %1 %2
:end